home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c++-part1 / 1403 < prev    next >
Encoding:
Text File  |  1996-08-06  |  1.7 KB  |  49 lines

  1. Newsgroups: comp.lang.c++
  2. Path: newsfeed.acns.nwu.edu!ftpbox!mothost!schbbs!news
  3. From: Mark Seaborn <cms024@email.mot.com>
  4. Subject: Re: newbie need help with pointers
  5. Content-Type: text/plain; charset=us-ascii
  6. Organization: MOTOROLA 
  7. Date: Wed, 10 Jan 1996 13:25:21 -0600
  8. Message-ID: <30F412A1.28EB@email.mot.com>
  9. X-Mailer: Mozilla 2.0b5 (Macintosh; I; 68K)
  10. Mime-Version: 1.0
  11. Content-Transfer-Encoding: 7bit
  12. References: <4cse34$308@news.iconn.net> <4cuceb$eea@macondo.dmu.ac.uk>
  13. Sender: news@schbbs.mot.com (SCHBBS News Account)
  14. Nntp-Posting-Host: 145.1.202.19
  15.  
  16. Another good use for pointers that you may not of thought of is 
  17. the fact that you need a pointer to anything you want a function to 
  18. modify when the value is passed as parameter.
  19. -- 
  20. ********************************************************************
  21. *
  22. * Mark Seaborn          | ITTTools  : mseaborn@itthp1.comm.mot.com  
  23. *
  24. * Motorola              | KU        : mseaborn@hawk.cs.ukans.edu    
  25. *
  26. * 1301 E. Algonquin Rd. | Macintosh : cms024@email.mot.com          
  27. *
  28. * Schaumburg, IL. 60196 | Voice     : 708/538-5303                  
  29. *
  30. * Maildrop: IL02/Rm0442 | Fax       : 708/576-2619                  
  31. *
  32. ********************************************************************
  33. *
  34. * AKA : Conan the Saute' Man                                        
  35. *
  36. *                          .   .   .                                
  37. *
  38. *                           .   .   .                               
  39. *
  40. *                           .   .   .                               
  41. *
  42. *                         .    .   .                                
  43. *
  44. *          _____________________________                            
  45. *
  46. *                      \              /                             
  47. *
  48. *                       \____________/
  49.